Release 10.1A: OpenEdge Application Server:
Developing WebSpeed Applications
url-field-list
This function returns a series of name\value pairs suitably encoded and delimited to send to a browser as a URL argument. If a blank or Unknown value (
Location:?) is passed in, the function returns a blank value.web\method\cgiutils.iParameters:INPUT p_name-list AS CHARACTERA character expression containing a comma-delimited list of field names. These are available through the
get-valuefunction.INPUT p_delim AS CHARACTERThe delimiter to use between name\value pairs. If the Unknown value (
Returns: CHARACTER Notes:?) is specified, the default is&which is appropriate if the resulting URL is output to the browser.
- Unlike the
url-fieldfunction, no leading delimiter is added to the return string. This is so it can be easily appended to a Unknown value (?) in a URL.Examples: See the- The value associated with each field name is determined by calling the
get-valuefunction.url-formatfunction inweb\method\cgiutils.i.See also:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |